Skip to main content

getDealerDateWiseAvailability

getDealerDateWiseAvailability

Header Parameters
    authorization string required
Request Body required
    requesterUserUuid string
    dealerDepartmentUuidList string[]
    dealerUuidList string[]
    startDate string
    endDate string
    customerLatitude double
    customerLongitude double
Responses

OK


Schema
    statusCode int32
    error object
    code string
    description string
    metadata object
    property name* string
    warnings object[]
  • Array [
  • code string
    description string
  • ]
  • dealerWiseAvailability object
    property name* DateWiseAvailabilityTimeline
    dateWiseAvailability object
    property name* object[]
  • Array [
  • startTime string
    endTime string
    isAvailable boolean
    unavailabilityReason string[]

    Possible values: [DEALERSHIP_CLOSED, DEALERSHIP_OFF_HOURS, DEALER_WEEKLY_OFF, DEALERSHIP_CLOSED_FOR_DATE, TECHNICIAN_WEEKLY_OFF, TECHNICIAN_DATE_WISE_OFF, TECHNICIAN_OFF_HOURS, APPOINTMENT_SCHEDULED, TRAVEL_TIME_FROM_PREV_APPT_UNAVAILABLE, SERVICE_TIME_UNAVAILABLE, TRAVEL_TIME_TO_NEXT_APPT_UNAVAILABLE, INTERNAL_ERROR, OPCODE_LEAD_TIME_UNAVAILABLE]

    slotMetadata object
    appointmentUUID string
  • ]
  • zoneEligibilityStatus string

    Possible values: [ELIGIBLE, OUTSIDE_SERVICE_AREA, NOT_SERVICEABLE_ON_DAY, NO_ZONES_CONFIGURED]

    zoneEffectiveServiceableDays string[]

    Possible values: [MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY]

Loading...